Welcome![Sign In][Sign Up]
Location:
Search - c BP

Search list

[Graph Recognizebp神经网络的车辆分类

Description: c语言编写的基于BP神经网络的对图像车辆分类,其中图像特征提取是用图像不变矩,给出了图像不变矩的样本数据和验证数据。-based BP neural network image of the vehicle classification, Feature Extraction which is the same image moments, the image is unchanged Moments sample data and test data.
Platform: | Size: 154260 | Author: adder | Hits:

[Other resource广义异或bp算法

Description: 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for the use of C language of achieving broad differences or problems bp neural network algorithm. The problem is different to the standard or the promotion. Differences in standards or issue, the importation of X1 and X2 from discrete or a -1, in the broadest sense of differences or problems, the input (X1, X2) in the interval [-1, 1] X [1, 1] arbitrary value. while output Y = sign (x1, x2), in which the sign () to sign function in the interval [-1, 1] X [1, 1] with randomly generated 500 samples. the standard procedure used in the BP Network classification.
Platform: | Size: 15954 | Author: 刘波 | Hits:

[Other resourceBP(c)

Description: 一个bp神经网络的c语言源代码,已经通过编译调试。-a neural network bp c language source code, compile debug.
Platform: | Size: 8632 | Author: 何瑞卿 | Hits:

[Other resourceBP-C++Bilder

Description: 用于实现BP神经网络的C++Builder源代码,可用于数据的学习和预测-used to achieve Neural Network Builder C source code can be used to study the data and forecasts
Platform: | Size: 460014 | Author: 史剑 | Hits:

[Other resourceGAandC++

Description: 一个遗传算法C++类(和bp算法结合使用),头文件和实现文件-a genetic algorithm category C (bp algorithm used in conjunction), and the first document files
Platform: | Size: 4203 | Author: 刘小英 | Hits:

[Other resource20060417008-6483

Description: C++的BP算法源程序.通过调试。大家可以参考一下。-C BP algorithm source. Through debug. We can take a look.
Platform: | Size: 8504 | Author: 张龙 | Hits:

[Other resourceBP神经网络的C语言实现

Description: BP神经网络的C语言实现-Neural Network C Language
Platform: | Size: 3923 | Author: tu | Hits:

[Other resourcebpsuanfa

Description: BP算法C++的BP算法源程序 BP算法C++的BP算法源程序 -BP algorithm C BP algorithm source algorithm C BP BP algorithm source code
Platform: | Size: 6621 | Author: shasha | Hits:

[Other resourcec++BPxor

Description: 用c语言实现的bp神经网络实现异或功能,比较好用 -use the C Language bp neural network XOR functions, better quality
Platform: | Size: 16758 | Author: 刘哲 | Hits:

[Other resourceBP.Arithmetic

Description: BP算法的C语言实现--三层神经元网络(适合普通BP算法和改进型BP[带缓冲项]算法)-BP algorithm in C language -- three-layer neural network (suitable for general algorithm and improved BP BP [WITH Buffer] algorithm)
Platform: | Size: 7391 | Author: hankqiu | Hits:

[Other resourceCimproveBPalgorithm

Description: C++改进BP算法的程序。很好的资料啊 大家赶快下载阿-C BP algorithm to improve procedures. Ah good information you quickly download A
Platform: | Size: 2797 | Author: 武人 | Hits:

[Other resourceannccode

Description: 神经网络c源码, c写的BP神经网络源码,比较小,但是结构很条理,精简。-neural network c source code, write c BP neural network source, relatively small, but the structure is coherent, concise.
Platform: | Size: 3739 | Author: 肖武 | Hits:

[Other resourceBP程序C代码C_bp

Description: 神经网络BP算法源代码-BP neural network algorithm C sourcecode
Platform: | Size: 9828 | Author: yzh | Hits:

[Mathimatics-Numerical algorithms用BP网络解决异或问题(C++语言)

Description: 用BP网络解决异或问题-BP network or problems to resolve differences
Platform: | Size: 1418 | Author: 刘鑫 | Hits:

[Other resourcebp

Description: 用C语言实现的BP网络的程序,严格按照BP的算法流程,开发环境为WIN-TC-C language of BP procedures in strict accordance with the BP algorithm. Development Environment for the WIN-TC
Platform: | Size: 2368 | Author: 王艳秋 | Hits:

[Other resourcemat-bp

Description: 用BP实现函数逼近 Matlab有如下特点: 1.编程效率高 例如:普通的矩阵计算用一般的高级语言,如C,Pascal等,需要十几至几十行语句,用matlab, 至多几行。 2.用户使用方便; 3.语句简单,内涵丰富; 4.高效方便的矩阵和数值计算; 5.方便的绘图功能,等等。
Platform: | Size: 1292 | Author: gaoting | Hits:

[Other resourceBP-NN-in-C

Description: BP神经网络的C语言实现,具有2隐层,1输出1输入层。程序较严密,内详。
Platform: | Size: 40992 | Author: 舒畅 | Hits:

[Other resourceGA-BP

Description: 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序
Platform: | Size: 1296494 | Author: njustyw | Hits:

[Other resourcebp

Description: 本文件是用C语言实现的3层BP神经网络,结构清晰,模块合理,是学习神经网络的很好的例子
Platform: | Size: 2568 | Author: franky | Hits:

[CSharpBP

Description: 训练好的BP神经网络 还有训练的数据 在C++控制台下的程序
Platform: | Size: 14358 | Author: zheng | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 44 »

CodeBus www.codebus.net